.xxgkListCont{
    overflow: hidden;
    clear: both;
    padding: 2em 0;
    width: 1200px;
    margin: 0 auto;
}
.xxgkListCont .leftcont{
    width: 18%;
    float: left;
    margin: 0.5em 1%;
    border-radius: 0.25em;
    overflow: hidden;
    border: 2px solid #0153b0;
}
.xxgkListCont .leftcont a{
    height: 4.3em;
    font-size: 1.28em;
    border-left:0.5em solid #0153b0 ;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    padding: 0 0.25em;
    text-decoration: none;
}
.xxgkListCont .leftcont a:hover{
    background:#69a8ef ;
    text-decoration: none;
}